public interface CiscoAddrActivatedEv extends CiscoProvEv
If an address is controlled and the restriction status is changed to active, the system sends the
CiscoAddrActivatedEv
event to the application.
Applications will see this event whenever a Address or associated Terminal is in the control list and changes from restricted to activated. If any observers exist on the address already, applications will see CiscoAddrInServiceEv. If no observers are present, applications can try to add observers, and the address will go in service.
Modifier and Type | Field and Description |
---|---|
static int |
ID |
CAUSE_EM_LOGIN, CAUSE_EM_LOGIN_PROFILE_ADD, CAUSE_EM_LOGOUT, CAUSE_EM_LOGOUT_PROFILE_REMOVE, CAUSE_NORMAL
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN, META_CALL_ADDITIONAL_PARTY, META_CALL_ENDING, META_CALL_MERGING, META_CALL_PROGRESS, META_CALL_REMOVING_PARTY, META_CALL_STARTING, META_CALL_TRANSFERRING, META_SNAPSHOT, META_UNKNOWN
Modifier and Type | Method and Description |
---|---|
javax.telephony.Address |
getAddress()
Returns the Address which is activated.
|
getCiscoCause
static final int ID